home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
hc
/
software.sit
/
Software 1.0
/
background_2336.txt
< prev
next >
Wrap
Text File
|
1988-11-14
|
3KB
|
133 lines
-- background: 2336 from stack: in.0
-- bmap block id: 5126
-- flags: 0000
-- background id: 0
-- name: about
----- HyperTalk script -----
on newCard
get field "diskNumber" of previous card
add one to it
put it into field "diskNumber"
end newCard
on openBackground
push recent card
end openBackground
-- part 15 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=465 top=30 right=66 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
go Home
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=466 top=80 right=116 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to next card
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=467 top=186 right=222 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=467 top=132 right=168 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to previous card
end mouseUp
-- part 20 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=115 top=116 right=330 bottom=359
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: jh
----- HyperTalk script -----
on mouseUp
hide field "jh"
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=114 top=62 right=112 bottom=164
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: apple
----- HyperTalk script -----
on mouseUp
set the visible of field "jh" to not the visible of field "jh"
end mouseUp